| TableServerGet_Tag_Position Method |
Private Function to get a position of tag from his ID Value.
the string value Tag RFID Identificator. this function return type is tag Object Type.
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxprivate static Tag Get_Tag_Position(
string IDRFID
)
Private Shared Function Get_Tag_Position (
IDRFID As String
) As Tag
private:
static Tag^ Get_Tag_Position(
String^ IDRFID
)
TangibleFramework.TableServer.Get_Tag_Position = function(IDRFID);
Parameters
- IDRFID
- Type: SystemString
Return Value
Type:
Tag
See Also